home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 35 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: MPEG encoding problem
  5. Date: Wed, 3 Jan 96 10:19:27
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960103.478880.967C@ak087.du.pipex.com>
  9. References: <4ccvk8$90t@netnews.ntu.edu.tw>
  10. NNTP-Posting-Host: ak087.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Tommy  Lee (b4611013@cc.ntu.edu.tw) wrote:
  14. :     Is there any MPEG encoder besides Easy MPEG? It crashes on my machine always.
  15. : Better free ones. Or anybody tell me how to make my Easy MPEG work properly. Is it
  16. : incompatible with burst mode or other dos accesories?
  17.  
  18. I couldn't get EasyMPEG to work either - it didn't crash; it just produced a
  19. flurry of ARexx errors. EasyMPEG uses mpeg_encode to do the actual encoding:
  20.  
  21. mpeg_encode.lha    gfx/conv   131K  88+MPEG-1 Video Software Encoder (Version 1
  22.  
  23. This program requires a high stacksize (it seems safe with 200K(!) or so), but
  24. otherwise works well, if inevitably pretty slowly.
  25.  
  26. All EasyMPEG attemts to do is provide an easy-to-use GUI for mpeg_encode, but
  27. with a bit of work you can get it working easily enough as a standalone,
  28. shell-based program. I have written some AmigaDOS scripts to make it a bit
  29. easier to use mpeg_encode, but they're not really in a pretty enough state
  30. to upload to Aminet. If enough people are interested I might clean them up a
  31. bit and upload them.
  32.  
  33. There is another MPEG encoder on Aminet:
  34.  
  35. mpeg_v1.2a.lha     gfx/conv   105K 120+Stanford MPEG encoder/decoder v1.2 alpha
  36.  
  37. I haven't tried this one myself, but it is the one used by the MPEG encoding
  38. scripts for ImageFX.
  39.  
  40. One advantage which mpeg_encode has over this one is that it can encode
  41. animations in GOPs (Groups Of Pictures), so you don't have to have all the
  42. input frames on disk at once - only those needed for the current GOP. This
  43. is very useful to me with my tiny (120M) hard disk :/
  44.  
  45. --Mat.
  46.